home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / Bratz_Yasmin.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2011-10-17  |  109 b   |  8 lines

  1. stop();
  2. startbtn.onRelease = function()
  3. {
  4.    nextFrame();
  5.    gotoAndStop(undefined);
  6.    undefined;
  7. };
  8.